home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / sqrep103.zip / SAMPLE.CFG < prev    next >
Text File  |  1992-03-08  |  4KB  |  112 lines

  1. ; SqReport
  2. ; Bob Rakov, 1:203/53
  3. ; Folsom, CA
  4. ;
  5. ;          Sample Config file for SqReport
  6. ;             Precede comments with a ';'
  7. ;
  8. ;Anything in the config line can be overridden by command line switches.
  9. ;
  10. ;  This is the name of your Log file.  If you don't specify a  Log file here
  11. ;  or on the command line, you must specify a Data File either here or on the
  12. ;  command line in order for SqReport to have something useful to do. The log
  13. ;  file speecified here can be overriden by specifying one on the command
  14. ;  line.  If you just specify -L by itself on the command line, it will
  15. ;  override the one specified here and no log will be used.
  16. ;
  17. ;LogFile       D:\Squish\Squish.Log
  18. ;
  19. ;
  20. ;  If you want SqReport to store information (useful for cumulative
  21. ;  reports), specify a Data File here. The -dDATAFILE command line switch
  22. ;  will override this.  If no log is specified on the command line or in the
  23. ;  config file, a data file must be specified on the command line or in the
  24. ;  config file in order for SQReport to have something useful to do.  If you
  25. ;  just specify -D by itself on the command line, it will override the
  26. ;  one specified here and no data file will be used or created.
  27. ;
  28. ;DataFile      D:\Squish\Squish.Dat
  29. ;
  30.  
  31.  
  32. ;  If you want SqReport to create a report file, specify the location and
  33. ;  name of the file here.  See the documentation for the program CARVE
  34. ;  (included with this archive if you would like to break this report up into
  35. ;  message-sized pieces.  The command line -rReportFile will override
  36. ;  whatever you specify here.  If you just specify -R by itself on the
  37. ;  command line, it will override the one specified here and no report will
  38. ;  be created.
  39. ;
  40. ;ReportFile    D:\Squish\Squish.Rpt
  41. ;
  42.  
  43. ;  This is your areas.bbs file.  Specify this if you want SqReport to compare
  44. ;  the echomail traffic received against the areas listed in your areas.bbs
  45. ;  file to create a 'dead area' report.  If you just specify -A by itself on
  46. ;  the command line, it will override the one specified here and no areas.bbs
  47. ;  will be used.
  48. ;
  49. ;AreasBbs      D:\Squish\Areas.Bbs
  50. ;
  51.  
  52. ;  If you have some or all of your areas listed in a Squish.Cfg format file
  53. ;  instead of, or in addition to areas.bbs, use this parameter.  Once again,
  54. ;  if you just specify -S by itself on the command line, it will override the
  55. ;  one specified here and no Squish.Cfg file will be used.
  56. ;
  57. ;SquishConfig  D:\Squish\Squish.Cfg
  58. ;
  59.  
  60. ;  If you want the output from SqReport to not list the nodes from whom you
  61. ;  receive low traffic, use this parameter.  This only affects output.  The
  62. ;  information is still stored in the data files if they are used.  The
  63. ;  command line parameter -Inumber will override the one specified here.  A
  64. ;  command line parameter of -I by itself will cause all inbound messages to
  65. ;  be listed in the report.
  66. ;
  67. ;                  Messages
  68. ;                  --------
  69. ;Inbound_Threshold    10
  70. ;
  71.  
  72. ;  If you want the output from SqReport to not list the nodes to whom you
  73. ;  send low traffic, use this parameter.  This only affects output.  The
  74. ;  information is still stored in the data files if they area used.  The
  75. ;  command line parameter -Onumber will override the one specified here.  A
  76. ;  command line parameter of -O by itself will cause all outbound bytes to
  77. ;  be listed in the report.
  78. ;
  79. ;                     Bytes
  80. ;                    --------
  81. ;Outbound_Threshold   30000
  82. ;
  83.  
  84. ;  For no screen output, use this parameter.  The program will run a bit
  85. ;  faster in quiet mode.  The -Q command line parameter will toggle this.
  86. ;
  87. ;Quiet
  88. ;
  89.  
  90. ;  To kill the log after processing.  The -K command line parameter will
  91. ;  toggle this.
  92. ;
  93. ;Kill_Log
  94. ;
  95.  
  96. ;  For those of you who can't live without color (or colour)
  97. ;
  98. ;Color_Text  15        (possible 0..16)
  99. ;
  100. ;Color_Back  1         (possible 0..7)
  101. ;
  102. ;    0 Black          8  DarkGray
  103. ;    1 Blue           9  LightBlue
  104. ;    2 Green          10 LightGreen
  105. ;    3 Cyan           11 LightCyan
  106. ;    4 Red            12 LightRed
  107. ;    5 Magenta        13 LightMagenta
  108. ;    6 Brown          14 Yellow
  109. ;    7 LightGray      15 White
  110. ;
  111. ;  ---------- fini ------------
  112.